home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 276
- Top = 129
- Width = 480
- Height = 225
- Caption = 'Socket Server'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object ServerSocket1: TServerSocket
- Active = True
- Port = 4242
- ServerType = stNonBlocking
- OnClientConnect = ServerSocket1ClientConnect
- Left = 48
- Top = 32
- end
- end
-